home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / mint / lib / mntlib44.zoo / mntlib / getpid.c < prev    next >
C/C++ Source or Header  |  1994-03-01  |  182b  |  13 lines

  1. #include <osbind.h>
  2. #include <unistd.h>
  3. #include <basepage.h>
  4. #include <mintbind.h>
  5.  
  6. extern int __mint;
  7.  
  8. int
  9. getpid()
  10. {
  11.   return __mint ? Pgetpid() : (int) ( ((long)_base) >> 8 );
  12. }
  13.